home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / mac / Studio / Studio.Dir / 00063_tic tac toe.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  206 b   |  11 lines

  1. on mouseUp
  2.   global tttBoard, gameOver
  3.   turnSpritesOff()
  4.   set the cursor of sprite 5 to 0
  5.   saveScreen()
  6.   set tttBoard to "b,b,b,b,b,b,b,b,b"
  7.   set gameOver to 0
  8.   puppetSound("Ta Dah!")
  9.   go("ttt")
  10. end
  11.